Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1ComboBox<T> Class / ListStyle Property

In This Topic
    ListStyle Property (C1ComboBox<T>)
    In This Topic
    Gets or sets the style of the list of items.
    Syntax
    'Declaration
     
    
    Public Property ListStyle As C1Style
    public C1Style ListStyle {get; set;}
    See Also